REQUESTNOTIFY TEXT '"Should THOR generate Message-Id headers?"' BT '"_Yes|_No"'
if result = 1 then call writeln(file, "Message-Id")
else writeln(file, "")
REQUESTNOTIFY TEXT '"Should THOR generate Date headers?"' BT '"_Yes|_No"'
if result = 1 then call writeln(file, "Date")
else writeln(file, "")
exit 0
end
if result = 2 then do
REQUESTNOTIFY TEXT '"You may create extra header lines to appear\nin the editor when you write messages.\nFollowup-To: and Keywords: are good examples."' BT '"_Edit|_Delete|_Cancel"'
if result = 1 then do
STARTEDITOR FILE BBSDATA.BBSPATH||".header"
end
if result = 2 then address command "delete >NIL: "||BBSDATA.BBSPATH||".header"